projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b358e6
)
(inferior-lisp-mode): Remove space after `:' in mode-line-process.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 24 Apr 1994 08:16:47 +0000
(08:16 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 24 Apr 1994 08:16:47 +0000
(08:16 +0000)
lisp/progmodes/inf-lisp.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/inf-lisp.el
b/lisp/progmodes/inf-lisp.el
index a6b4f76713f953ccb003e875f7653256355ba0e3..55f8170048354ee8b89d61d027e675f3cf86be0b 100644
(file)
--- a/
lisp/progmodes/inf-lisp.el
+++ b/
lisp/progmodes/inf-lisp.el
@@
-246,7
+246,7
@@
to continue it."
(setq comint-prompt-regexp inferior-lisp-prompt)
(setq major-mode 'inferior-lisp-mode)
(setq mode-name "Inferior Lisp")
- (setq mode-line-process '(":
%s"))
+ (setq mode-line-process '(":%s"))
(lisp-mode-variables t)
(use-local-map inferior-lisp-mode-map) ;c-c c-k for "kompile" file
(setq comint-get-old-input (function lisp-get-old-input))